home *** CD-ROM | disk | FTP | other *** search
- object frmManageCats: TfrmManageCats
- Left = 192
- Top = 186
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Manage categories'
- ClientHeight = 207
- ClientWidth = 262
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label2: TTntLabel
- Left = 4
- Top = 4
- Width = 98
- Height = 13
- Caption = '&Available categories:'
- FocusControl = CatLB
- end
- object Bevel1: TBevel
- Left = 4
- Top = 144
- Width = 261
- Height = 2
- end
- object CatLB: TTntListBox
- Left = 4
- Top = 20
- Width = 149
- Height = 117
- ItemHeight = 13
- TabOrder = 0
- OnClick = CatLBClick
- end
- object CatNewBtn: TMMTNTBItBtn
- Left = 164
- Top = 24
- Width = 93
- Height = 25
- Caption = '&New '
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = CatNewBtnClick
- end
- object CatDeleteBtn: TMMTNTBItBtn
- Left = 164
- Top = 80
- Width = 93
- Height = 25
- Caption = '&Delete'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = CatDeleteBtnClick
- end
- object CatRenameBtn: TMMTNTBItBtn
- Left = 164
- Top = 52
- Width = 93
- Height = 25
- Caption = '&Rename'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = CatRenameBtnClick
- end
- object CatUpBtn: TMMTNTBItBtn
- Left = 163
- Top = 108
- Width = 46
- Height = 25
- Caption = '&Up'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = CatUpBtnClick
- end
- object CatDownBtn: TMMTNTBItBtn
- Left = 212
- Top = 108
- Width = 45
- Height = 25
- Caption = 'Do&wn'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnClick = CatDownBtnClick
- end
- object OkBtn: TMMTNTBItBtn
- Left = 175
- Top = 180
- Width = 82
- Height = 25
- Cancel = True
- Caption = '&Close'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 7
- OnClick = OkBtnClick
- end
- object MultilineTabs: TtntAutoSizeCheckBox
- Left = 8
- Top = 152
- Width = 103
- Height = 17
- Caption = 'Use &Multiline tabs'
- TabOrder = 6
- OnClick = MultilineTabsClick
- end
- end
-